Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #339

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #339

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 9, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@shopware-ag/[email protected]

Major Changes

  • fc3c5a6: Reduce bundle size caused by font

    Upgrade guide

    Previously you needed to only import one css file:

    // Some JavaScript file: index.js
    import "@shopware-ag/meteor-component-library/dist/styles.css";

    You now need to update that one import to the following two imports:

    // Some JavaScript file: index.js
    import "@shopware-ag/meteor-component-library/styles.css"; // Note: this path is different from the old one
    import "@shopware-ag/meteor-component-library/font.css";

    If you want to load the font by yourself, you can do that.
    Remove the second import and load the font the way you want.

  • b2ef241: Making vue a peer dependency

    This allows you to define the version of Vue you want to use. Before
    you needed to use the exact vue version Meteor used. Now you can
    define it by yourself, but it must meet the version requirements.

  • 50de30f: Require a minimum version of vue 3.5

Minor Changes

  • ba4fdbd: Adds a new slot for custom content within the button, enabling more flexible button customization.
  • d9c26a2: Export mt-tooltip component
  • 7593d00: remove hero variant from mt-card
  • 9175c17: replace flatpickr with vue3datepicker
  • b5ed517: Add mt-tooltip component
  • b7423bb: remove mt-url-field

Patch Changes

  • ad10063: Hide inheritance toggle in card by default
  • 0dcb079: Improve reading order for card titles when using a screen reader
  • 54b5fa4: Add translation for mt-banner
  • a4b2203: Add focus styles for checkbox
  • 066da5c: Open tooltip when focusing disabled button
  • 51d6160: Migrate mt-select over to the custom built i18n composable
  • 85908bf: Migrate mt-data-table over to the custom built i18n composable
  • 824ee5a: Update focus style of inheritance toggle in card
  • 0280b80: Add missing translation for data table filters
  • 069a2ad: Do not announce mt-avatar for screen readers
  • daa8824: Add landmarks to card component for screen readers
  • ed03f65: Improve accessibility of mt-field-error
  • 893fba8: Increase contrast ratio in mt-avatar
  • 3b50452: Update focus style of switch
  • 4f9e73d: Migrate mt-data-table-settings over to the composition api
  • 893fba8: Increase color contrast in mt-avatar component
  • 45e2dc7: Make size propert on mt-loader optional
  • 235546f: Migrate mt-label to custom built i18n composable

@shopware-ag/[email protected]

Minor Changes

  • 57fe952: Add meteor/prefer-background-token rule
  • e62bb8c: Add autofixer for spacing shorthand properties
  • 417b711: Automatically fix spacing tokens
  • e994340: Add stylelint check for css font properties
  • 0314371: Report SCSS variables in sizing tokens
  • 448f507: Add border stylelint rule
  • 02ecfaf: Add no-primitive-token rule
  • 543ec4e: Add meteor/prefer-color-token rule
  • 6f84967: Lint individual sizing values

@shopware-ag/[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

Copy link

vercel bot commented Oct 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
meteor-admin-sdk-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 10:35am
meteor-component-library ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 10:35am

@github-actions github-actions bot force-pushed the changeset-release/main branch from 5169915 to bb053dc Compare October 10, 2024 07:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from bb053dc to 446f207 Compare October 15, 2024 09:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from 446f207 to 52654c1 Compare October 15, 2024 11:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 52654c1 to 7ff0dde Compare October 29, 2024 10:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7ff0dde to 6019d79 Compare October 30, 2024 10:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6019d79 to a3a0c04 Compare October 31, 2024 12:41
@github-actions github-actions bot force-pushed the changeset-release/main branch from a3a0c04 to c3cbd40 Compare November 4, 2024 09:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from c3cbd40 to 94db4ef Compare November 4, 2024 12:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 94db4ef to 8a78bb6 Compare November 4, 2024 13:24
@github-actions github-actions bot force-pushed the changeset-release/main branch from 27d4d68 to 2426c09 Compare December 5, 2024 15:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2426c09 to b58b0ea Compare December 6, 2024 10:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from b58b0ea to d24575c Compare December 6, 2024 10:26
@github-actions github-actions bot force-pushed the changeset-release/main branch from d24575c to 765f89d Compare December 6, 2024 12:12
@github-actions github-actions bot force-pushed the changeset-release/main branch from 765f89d to d067b89 Compare December 6, 2024 12:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from d067b89 to 130b740 Compare December 6, 2024 14:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from 130b740 to 6e06def Compare December 10, 2024 10:55
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6e06def to cc6b93f Compare December 10, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants